Labels: text | font OCR: The variable c is of the type "char". The identifier "name is of the type "array of char," and its size is MAXSTRING. In C, all array subscripts start at 0. Thus name[0], name[1]. ..., name [MAXSTRING - 1] are the elements of the array. The variables "i" and "sum" are of type "int"; "sum" is initialized to 0.